builder-tool: Stop using child properties
authorMatthias Clasen <mclasen@redhat.com>
Fri, 5 Apr 2019 04:02:19 +0000 (04:02 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 5 Apr 2019 12:01:43 +0000 (12:01 +0000)
gtk/tools/gtk-builder-tool-simplify.c

index 144f823e6ad02269777f00498634e822a76fd33c..cd15fd504cc94437422dddc9efcf6b8d56023491 100644 (file)
@@ -331,7 +331,7 @@ get_property_pspec (MyParserData *data,
       pspec = g_object_class_find_property (class, canonical_name);
       break;
     case PROP_KIND_PACKING:
-      pspec = gtk_container_class_find_child_property (class, canonical_name);
+      pspec = NULL;
       break;
     case PROP_KIND_CELL_PACKING:
       {